-
Notifications
You must be signed in to change notification settings - Fork 209
Pg Client: BigDecimal support for reading numeric values #1509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pg Client: BigDecimal support for reading numeric values #1509
Conversation
|
we need tests :-) |
@vietj, I've updated the PR with tests and some fixes, please check |
|
@alexpoletaev can you please sign the Eclipse Contributor Agreement (and sign-off your commit if you haven't already)? |
tsegismont
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you @alexpoletaev
|
@alexpoletaev I've reviewed the PR, let's see CI results. I won't be able to merged before you sign ECA though. |
|
@tsegismont , I've have never done that before :) I created an Eclipse account, signed the ECA and revalidated the check. I believe it's OK now. Please let me know if it's not. Also I didn't know that I need to sign commits, could you please tell me what should I do if I already pushed unsigned commits? |
|
It seems you figured it out, thanks again! |
…tx#1509) * Fixes BigDecimal casting for the postgres client * Add tests. Fix row conversion for an array of BigDecimal elements
…tx#1509) * Fixes BigDecimal casting for the postgres client * Add tests. Fix row conversion for an array of BigDecimal elements Signed-off-by: Thomas Segismont <[email protected]>
…tx#1509) * Fixes BigDecimal casting for the postgres client * Add tests. Fix row conversion for an array of BigDecimal elements Signed-off-by: Thomas Segismont <[email protected]>
* Fixes BigDecimal casting for the postgres client * Add tests. Fix row conversion for an array of BigDecimal elements Signed-off-by: Thomas Segismont <[email protected]>
Fixes the same problem which is described in the #1473 , but for the postgres implementation